1. BRAZIL CASES

paged_table(brazil_cases)
colnames(brazil_cases)  
##  [1] "country"                          "state"                           
##  [3] "city_name"                        "city_ibge_code_07"               
##  [5] "total_deaths"                     "total_cases"                     
##  [7] "deaths_per_100k_inhabitants"      "total_cases_per_100k_inhabitants"
##  [9] "deaths_by_total_cases"            "_source"                         
## [11] "date"                             "new_cases"                       
## [13] "new_deaths"                       "last_info_date"

2. BRAZIL CITIES

paged_table(brazil_cities)
colnames(brazil_cities)  
## [1] "city_ibge_code_07" "city_ibge_code_06" "city_name"

3.GOOGLE MOBILITY REPORT

colnames(oxford_measures) 
##  [1] "country_name"                         
##  [2] "country_code"                         
##  [3] "state_name"                           
##  [4] "state"                                
##  [5] "city_name"                            
##  [6] "city_code"                            
##  [7] "jurisdiction"                         
##  [8] "date"                                 
##  [9] "c1_school_closing"                    
## [10] "c1_flag"                              
## [11] "c1_notes"                             
## [12] "c2_workplace_closing"                 
## [13] "c2_flag"                              
## [14] "c2_notes"                             
## [15] "c3_public_events"                     
## [16] "c3_flag"                              
## [17] "c3_notes"                             
## [18] "c4_restrictions_on_gatherings"        
## [19] "c4_flag"                              
## [20] "c4_notes"                             
## [21] "c5_close_public_transport"            
## [22] "c5_flag"                              
## [23] "c5_notes"                             
## [24] "c6_stay_at_home_requirements"         
## [25] "C6_Notes"                             
## [26] "c6_flag"                              
## [27] "c7_restrictions_on_internal_movement" 
## [28] "c7_flag"                              
## [29] "c7_notes"                             
## [30] "c8_international_travel_controls"     
## [31] "c8_notes"                             
## [32] "e1_income_support"                    
## [33] "e1_flag"                              
## [34] "e1_notes"                             
## [35] "e2_debt_contract_relief"              
## [36] "e2_notes"                             
## [37] "e3_fiscal_measures"                   
## [38] "e3_notes"                             
## [39] "e4_international_support"             
## [40] "e4_notes"                             
## [41] "h1_public_information_campaigns"      
## [42] "h1_flag"                              
## [43] "h1_notes"                             
## [44] "h2_testing_policy"                    
## [45] "h2_notes"                             
## [46] "h3_contact_tracing"                   
## [47] "h3_notes"                             
## [48] "h4_emergency_investment_in_healthcare"
## [49] "h4_notes"                             
## [50] "h5_investment_in_vaccines"            
## [51] "h5_notes"                             
## [52] "h6_facial_converings"                 
## [53] "h6_flag"                              
## [54] "h6_notes"                             
## [55] "h7_vaccination_policy"                
## [56] "h7_flag"                              
## [57] "h7_notes"                             
## [58] "h8_protection_of_elderly_people"      
## [59] "h8_flag"                              
## [60] "h8_notes"                             
## [61] "m1_wildcard"                          
## [62] "m1_notes"                             
## [63] "v1_vaccine_prioritisation"            
## [64] "v1_notes"                             
## [65] "v2_vaccine_availability"              
## [66] "v2_notes"                             
## [67] "v3_vaccine_financial_support"         
## [68] "v3_notes"                             
## [69] "v4_mandatory_vaccination"             
## [70] "v4_notes"                             
## [71] "confirmed_cases"                      
## [72] "confirmed_deaths"                     
## [73] "stringency_index"                     
## [74] "stringency_index_for_display"         
## [75] "stringency_legacy_index"              
## [76] "stringency_legacy_index_for_display"  
## [77] "government_response_index"            
## [78] "government_response_index_for_display"
## [79] "containment_health_index"             
## [80] "containment_health_index_for_display" 
## [81] "economic_support_index"               
## [82] "economic_support_index_for_display"

4.OXFORD MEASURES

paged_table(oxford_measures)
colnames(oxford_measures) 
##  [1] "country_name"                         
##  [2] "country_code"                         
##  [3] "state_name"                           
##  [4] "state"                                
##  [5] "city_name"                            
##  [6] "city_code"                            
##  [7] "jurisdiction"                         
##  [8] "date"                                 
##  [9] "c1_school_closing"                    
## [10] "c1_flag"                              
## [11] "c1_notes"                             
## [12] "c2_workplace_closing"                 
## [13] "c2_flag"                              
## [14] "c2_notes"                             
## [15] "c3_public_events"                     
## [16] "c3_flag"                              
## [17] "c3_notes"                             
## [18] "c4_restrictions_on_gatherings"        
## [19] "c4_flag"                              
## [20] "c4_notes"                             
## [21] "c5_close_public_transport"            
## [22] "c5_flag"                              
## [23] "c5_notes"                             
## [24] "c6_stay_at_home_requirements"         
## [25] "C6_Notes"                             
## [26] "c6_flag"                              
## [27] "c7_restrictions_on_internal_movement" 
## [28] "c7_flag"                              
## [29] "c7_notes"                             
## [30] "c8_international_travel_controls"     
## [31] "c8_notes"                             
## [32] "e1_income_support"                    
## [33] "e1_flag"                              
## [34] "e1_notes"                             
## [35] "e2_debt_contract_relief"              
## [36] "e2_notes"                             
## [37] "e3_fiscal_measures"                   
## [38] "e3_notes"                             
## [39] "e4_international_support"             
## [40] "e4_notes"                             
## [41] "h1_public_information_campaigns"      
## [42] "h1_flag"                              
## [43] "h1_notes"                             
## [44] "h2_testing_policy"                    
## [45] "h2_notes"                             
## [46] "h3_contact_tracing"                   
## [47] "h3_notes"                             
## [48] "h4_emergency_investment_in_healthcare"
## [49] "h4_notes"                             
## [50] "h5_investment_in_vaccines"            
## [51] "h5_notes"                             
## [52] "h6_facial_converings"                 
## [53] "h6_flag"                              
## [54] "h6_notes"                             
## [55] "h7_vaccination_policy"                
## [56] "h7_flag"                              
## [57] "h7_notes"                             
## [58] "h8_protection_of_elderly_people"      
## [59] "h8_flag"                              
## [60] "h8_notes"                             
## [61] "m1_wildcard"                          
## [62] "m1_notes"                             
## [63] "v1_vaccine_prioritisation"            
## [64] "v1_notes"                             
## [65] "v2_vaccine_availability"              
## [66] "v2_notes"                             
## [67] "v3_vaccine_financial_support"         
## [68] "v3_notes"                             
## [69] "v4_mandatory_vaccination"             
## [70] "v4_notes"                             
## [71] "confirmed_cases"                      
## [72] "confirmed_deaths"                     
## [73] "stringency_index"                     
## [74] "stringency_index_for_display"         
## [75] "stringency_legacy_index"              
## [76] "stringency_legacy_index_for_display"  
## [77] "government_response_index"            
## [78] "government_response_index_for_display"
## [79] "containment_health_index"             
## [80] "containment_health_index_for_display" 
## [81] "economic_support_index"               
## [82] "economic_support_index_for_display"

5.POPULATION CITY 2020

paged_table(population_city_2020)
colnames(population_city_2020) 
## [1] "city_ibge_code_06" "city_name"         "gender"           
## [4] "age_group"         "population"        "state"

6.SOCIOECONOMIC CITIES

paged_table(socioeconomic_cities)
colnames(socioeconomic_cities) 
##  [1] "code7"                         "code6"                        
##  [3] "city_name"                     "state"                        
##  [5] "north_region"                  "northeast_region"             
##  [7] "middlewest_region"             "southeast_region"             
##  [9] "south_region"                  "metropolitan_region"          
## [11] "cases"                         "deaths"                       
## [13] "gdp"                           "gdp_per_capita"               
## [15] "gini"                          "population"                   
## [17] "area"                          "demographic_density"          
## [19] "urban_percentage"              "masculine_percentage"         
## [21] "white_percentage"              "over60_percentage"            
## [23] "doctors_100k"                  "ln_doctors_100k"              
## [25] "icubeds_100k"                  "ln_leitos_100mil"             
## [27] "superior_education_percentage"

7.SOCIOECONOMIC STATES

paged_table(socioeconomic_states)
colnames(socioeconomic_states) 
##  [1] "state"                "region"               "area"                
##  [4] "gdp_2019"             "gdp_per_capita_2019"  "demographic_density" 
##  [7] "population_2021"      "hdi_2010"             "hdi_income_2010"     
## [10] "hdi_education_2010"   "hdi_health_2010"      "life_expectancy_2010"

8. SRAG SIMPLE

paged_table(srag_simple)
colnames(srag_simple) 
##  [1] "notification_date"     "symptoms_date"         "state"                
##  [4] "gender"                "age_group"             "race"                 
##  [7] "schooling"             "fever"                 "cough"                
## [10] "sore_throat"           "dyspnea"               "respiratory_distress" 
## [13] "saturation"            "diarrhea"              "vomit"                
## [16] "other_symptoms"        "risk_factor"           "heart_disease"        
## [19] "hematological_disease" "down_syndrome"         "liver_disease"        
## [22] "asthma"                "diabetes"              "neurological_disease" 
## [25] "lung_disease"          "immunosuppression"     "kidney_disease"       
## [28] "obesity"               "others_comorbidities"  "icu"                  
## [31] "outcome_date"          "outcome"

9. VIEW VACC

paged_table(view_vacc)
colnames(view_vacc) 
## [1] "date"              "state"             "city_ibge_code_06"
## [4] "age_group"         "gender"            "vaccine_plataform"
## [7] "vaccine_dose"      "doses"